Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: num groups for conv operations should be specified at load time #828

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

alexander-camuto
Copy link
Collaborator

@alexander-camuto alexander-camuto commented Jul 17, 2024

Number of groups is currently inferred from the image dims (which as all things has edge cases).

Here we explicitly specify the groups at load time (saves on 1 calc) and make sure that underspecified convs (off by 1 dim) now have a solution (eg. kernel dims > image dims).

Resolves #827

@alexander-camuto alexander-camuto marked this pull request as ready for review July 18, 2024 13:58
@alexander-camuto alexander-camuto merged commit 5be12b7 into main Jul 18, 2024
21 checks passed
@alexander-camuto alexander-camuto deleted the ac/explicit-group-load branch July 18, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dimension mismatch in tensor op
1 participant